type github.com/refraction-networking/utls.shouldLoadSessionResult

6 uses

	github.com/refraction-networking/utls (current package)
		u_session_controller.go#L72: type shouldLoadSessionResult int
		u_session_controller.go#L74: const shouldReturn shouldLoadSessionResult = 0
		u_session_controller.go#L75: const shouldSetTicket shouldLoadSessionResult = 1
		u_session_controller.go#L76: const shouldSetPsk shouldLoadSessionResult = 2
		u_session_controller.go#L77: const shouldLoad shouldLoadSessionResult = 3
		u_session_controller.go#L85: func (s *sessionController) shouldLoadSession() shouldLoadSessionResult {